home *** CD-ROM | disk | FTP | other *** search
- /* Whacked encryption
- (c) opyright 1995 by Grant Guenther
-
- Currently, this code is for Mac programming only--if there is enough
- request, I'd be happy to "port" this to "normal" C so that Mac
- programmers who want great encyrption but don't know Mac programming
- or IBM programmers can use it. */
-
-
- #ifndef WHACKED_LIB
- #define WHACKED_LIB
-
- #define gWVrsn "\p1.0a"
-
- void EncodeW(Handle theHandle, Str255 theKey, Boolean alpha, Boolean beta,
- Boolean gamma, Boolean delta);
-
- void DecodeW(Handle theHandle, Str255 theKey, Boolean alpha, Boolean beta,
- Boolean gamma, Boolean delta);
-
- #endif
-